Carbon


SGAddFrameBottleProcPtr

Header: QuickTimeComponents.h Carbon status: Supported

typedef ComponentResult(* SGAddFrameBottleProcPtr) (
    SGChannel c, 
    SInt16 bufferNum, 
    TimeValue atTime, 
    TimeScale scale, 
    const SGCompressInfo *ci, 
    SInt32 refCon
);

You would declare your function like this if you were to name it MySGAddFrameBottleCallback:

ComponentResult MySGAddFrameBottleCallback (
    SGChannel c, 
    SInt16 bufferNum, 
    TimeValue atTime, 
    TimeScale scale, 
    const SGCompressInfo *ci, 
    SInt32 refCon
);

© 2000 Apple Computer, Inc. (Last Updated 6/26/2000)